home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / config / OPTIONS.h < prev    next >
Encoding:
Text File  |  1991-11-28  |  806 b   |  23 lines

  1. Options for the config.h file are amongst the following.
  2.  
  3. define NDBM or DBM depening on what database you have/want.
  4.     NDBM - new database stuff - 4.2/3 and sunos. If you have it, use it.
  5.     DBM  - old dbm needs -ldbm for file access etc.
  6.  
  7. Logging for PP
  8.     PP_DEBUG - this is a number, set to 0 for no debugging, 1 for some
  9.         and 2 for all tracing.
  10.  
  11. Nameserver access
  12. #define NAMESERVER if you wish to make use of the BIND domain nameserver.
  13.     [Note: This will require proper configuration of the LIBRESOLV
  14.      make variable]
  15.  
  16. #define HAS_FSYNC define this if your system has the fsync(2) call.
  17.     This is defined for you if on a BSD or SVR4 based system.
  18.  
  19. #define UKORDER defines that user tools (mlist etc) should use uk rfc-822 
  20.     domain ordering by default
  21.  
  22. #define VAT define this for some cute special cases.
  23.